load Url And Wait
Loads the resource identified by the given url
and blocks the current thread execution until the main frame of the resource is loaded completely or the defaultTimeout is reached.
Parameters
the URL of the resource to load
Throws
when the url
is empty or blank
when the resource hasn't been loaded within the defaultTimeout
when the navigation failed
when the browser is already closed
Loads the resource identified by the given params
and blocks the current thread execution until the main frame of the resource is loaded completely or the defaultTimeout is reached.
Parameters
parameters such as URL, POST data, and HTTP headers
Throws
when the resource hasn't been loaded within the defaultTimeout
when the navigation failed
when the browser is already closed
Loads the resource identified by the given url
and blocks the current thread execution until the main frame of the resource is loaded completely or the given
timeout
is reached.
Since
7.9
Parameters
the URL of the resource to load
the maximum time to wait for the navigation to complete
Throws
when the timeout
is 0 or negative
when the resource hasn't been loaded within a timeout
when the navigation failed
when the browser is already closed
Loads a resource identified by the given params
and blocks the current thread execution until the main frame of the resource is loaded completely or the given
timeout
is reached.
Since
7.9
Parameters
parameters such as URL, POST data and HTTP headers
the maximum time to wait for the navigation to complete
Throws
when timeout
is 0 or negative
when the resource hasn't been loaded within a timeout
when the navigation failed
when the browser is already closed